home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / thedit20.zip / profile.the < prev    next >
Text File  |  1994-12-31  |  1KB  |  42 lines

  1. /*NOREXX*/
  2. /* The above statement required if REXX is not installed */
  3. 'set COMPAT K'
  4. 'set etmode on'
  5. 'set backup off'
  6. 'set impmacro on'
  7. 'set tabsin on'
  8. 'set num on'
  9. 'set clock on'
  10. 'set clearscreen on'
  11. 'set hexdisplay on'
  12. 'set prefix on left'
  13. 'set cmdline top'
  14. 'set curline 2'
  15. 'set msgline on 3 1'
  16. 'set scale on 1'
  17. 'set shadow on'
  18. 'set statusline gui'
  19. 'set colour scale bold yellow black'
  20. 'set colour pending bold red black'
  21. 'set colour block white red'
  22. 'set colour arrow yellow black'
  23. 'set colour idline normal white black'
  24. 'set colour curline bold yellow blue'
  25. 'set colour cmdline bold red black'
  26. 'set colour statarea normal white black'
  27. 'set colour filearea bold white blue'
  28. 'set colour cblock bold yellow red'
  29. 'set colour ctofeof cyan blue'
  30. 'set colour tofeof cyan blue'
  31. 'set colour prefix normal white black'
  32. 'set colour msgline red white'
  33. 'set colour divider normal white black'
  34. 'set colour reserved normal white black'
  35. 'set colour shadow bold red blue'
  36. 'set colour tabline red blue'
  37. "def f2 nextwindow"
  38. "def f11 sos edit"
  39. "def CURR cursor E RIGHT"
  40. "def CURL cursor E LEFT"
  41. 'set rexxoutput file 10000'
  42.